Config.mk: commented-out CONFIG_QEMU example now uses `pwd`/$(XEN_ROOT)
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 27 Jan 2011 19:42:40 +0000 (19:42 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 27 Jan 2011 19:42:40 +0000 (19:42 +0000)
commitabf1efa40dc02ce61f2d3dc446f527fa3efd427b
tree26c7be718ee56438f91a6e870a625eb09634ebe5
parente46432026803ad6f750db3b448d962dc20c656e9
Config.mk: commented-out CONFIG_QEMU example now uses `pwd`/$(XEN_ROOT)

If you actually set it to a relative path, the qemu build breaks.
So this commented-out rune (an example) should arrange to be absolute.

Unfortunately XEN_ROOT is itself relative so the previous attempt to
fix this (22772:654563af359f) didn't work.  So use `pwd`.

Tested-by: M A Young <m.a.young@durham.ac.uk>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Config.mk